Skip to content

Commit

Permalink
fixed s3
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Aug 9, 2024
1 parent 69e7c8e commit 521ec39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions console-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1946,20 +1946,20 @@
name: Simple Storage Service
short_name: S3
description: Scalable Storage in the Cloud
url: /s3/home
url: "/s3/home#"
sub_services:
- id: buckets
name: Buckets
url: "/s3/home"
url: "/s3/home#"
- id: batchoperations
name: Batch Operations
url: "/s3/jobs"
url: "/s3/jobs#"
- id: accessanalyzer
name: Access Analyzer
url: "/s3/access"
url: "/s3/access#"
- id: settings
name: Account settings
url: "/s3/settings"
url: "/s3/settings#"

- id: sagemaker
name: SageMaker
Expand Down
2 changes: 1 addition & 1 deletion workflow/.snapshots/TestRun-$us-east-1_
Original file line number Diff line number Diff line change
Expand Up @@ -3966,7 +3966,7 @@
uid: (*string)((len=2) "s3"),
autocomplete: (*string)((len=14) "$us-east-1 s3 "),
arg: ([]string) (len=1) {
(string) (len=65) "https://us-east-1.console.aws.amazon.com/s3/home?region=us-east-1"
(string) (len=66) "https://us-east-1.console.aws.amazon.com/s3/home?region=us-east-1#"
},
valid: (bool) true,
file: (bool) false,
Expand Down

0 comments on commit 521ec39

Please sign in to comment.