lib/aws-sdk-s3/arn/outpost_access_point_arn.rb
UNKNOWN
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
outpost_access_point_arn.rb
ruby
| 1 |
# frozen_string_literal: true |
|
| 2 |
|
|
| 3 |
module Aws |
AWS SDK Ruby namespace marker |
| 4 |
module S3 |
|
| 5 |
# @api private |
|
| 6 |
class OutpostAccessPointARN < Aws::ARN |
|
| 7 |
def initialize(options) |
|
| 8 |
super(options) |
|
| 30:33 |
… must contain both a region '\ |
|
| 31 |
'and an account id.' |
Contains common English function words |
| 32 |
end |
|
| 33 |
|
|
| 34 |
if @type != 'outpost' && @subtype != 'accesspoint' |
|
| 35 |
… |
|
| 67:26 |
…t |
|
| 68 |
"#{pfx}.#{custom_endpoint}" |
|
| 69 |
else |
|
| 70 |
"#{pfx}.s3-outposts.#{region}.amazonaws.com" |
References an AWS API endpoint |
| 71 |
end |
|
| 72 |
end |
|
| 73 |
end |
|
| 74 |
end |
|
| 75 |
end |
|
Well-known
| 1 |
# frozen_string_literal: true |
|
| 2 |
|
|
| 3 |
module Aws |
|
| 4 |
module S3 |
|
| 5 |
# @api private |
|
| 6 |
class OutpostAccessPointARN < Aws::ARN |
|
| 7 |
def initialize(options) |
|
| 8 |
super(options) |
|
Micro-behaviors
| 67:26 |
…t |
|
| 68 |
"#{pfx}.#{custom_endpoint}" |
|
| 69 |
else |
|
| 70 |
"#{pfx}.s3-outposts.#{region}.amazonaws.com" |
|
| 71 |
end |
|
| 72 |
end |
|
| 73 |
end |
|
| 74 |
end |
|
| 75 |
end |
|
Metadata
| 30:33 |
… must contain both a region '\ |
|
| 31 |
'and an account id.' |
|
| 32 |
end |
|
| 33 |
|
|
| 34 |
if @type != 'outpost' && @subtype != 'accesspoint' |
|
| 35 |
… |
|
-
0
# frozen_string_literal: true
module Aws
module S3
# @api private
class OutpostAccessPointARN < Aws::ARN
def initialize(options)
super(options)
Identity
| SHA-256 |
8b88b4eb9397d5087ee0bab21a0c09e45f030cf2550ad9c0fbd295947870c79b |
| Filename |
lib/aws-sdk-s3/arn/outpost_access_point_arn.rb |
Origin
| Source |
x |
| Feed |
pkg.go.dev |
| Ecosystem |
go |
Timeline
| First seen |
23 Aug 2026 13:48 UTC |
| First analyzed |
23 Aug 2026 13:48 UTC |
| Last analyzed |
23 Aug 2026 14:08 UTC |
| Last updated |
23 Aug 2026 14:09 UTC |