-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cli): add S3 bucket object tree to
svc show
(#4966)
sample output: ``` % copilot svc show Service name: static-site About Application bugbash-static Name static-site Type Static Site Routes Environment URL ----------- --- test d1vwytbnh1k1gy.cloudfront.net prod d1yb44q5409rdj.cloudfront.net S3 Bucket Objects Environment test . ├── error.html ├── index.html ├── css │ ├── Style.css │ ├── all.min.css │ └── bootstrap.min.css └── images ├── bg-masthead.jpg └── new └── hi.html Environment prod . ├── ReadMe.md ├── error.html ├── index.html ├── Images │ ├── AWS-free.PNG │ ├── S3WebsiteHosting-Architecture.PNG │ ├── SampleWebsite.PNG │ ├── Step1-CreateBucket-B.PNG │ ├── Step1-CreateBucket-C.PNG │ ├── Step1-CreateBucket-D.PNG │ ├── Step1-CreateBucket-E.PNG │ ├── Step1-CreateBucket.PNG │ ├── Step2-UploadContents.PNG │ ├── Step3-BucketPolicy-A.PNG │ ├── Step3-BucketPolicy-B.PNG │ ├── Step3-BucketPolicy.PNG │ ├── Step4-A.PNG │ └── Step4-B.PNG ├── css │ ├── Style.css │ ├── all.min.css │ └── bootstrap.min.css └── images ├── bg-masthead.jpg └── new └── hi.html ``` By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
- Loading branch information
Showing
8 changed files
with
501 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.