File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- Feature : Bucket Websites
1+ # Feature: Bucket Websites
22
3- @2.6.0
4- @PreMerge
5- @BucketWebsite
6- Scenario Outline : Bucket Website CRUD
7- # The scenario should test that we can put a bucket website configuration on a bucket
8- # send an index.html
9- # And also use a pensieve API to add the new endpoint to the list
10- # Then using the local etc hosts, we should be able to load the html page
11- Given an existing bucket "website" "" versioning, "without" ObjectLock "without" retention mode
12- And an index html file
13- When the user puts the bucket website configuration
14- And the user creates an S3 Bucket policy granting public read access
15- And the "<domain>" endpoint is added to the overlay
16- Then the user should be able to load the index.html file from the "<domain>" endpoint
3+ # @2.6.0
4+ # @PreMerge
5+ # @BucketWebsite
6+ # Scenario Outline: Bucket Website CRUD
7+ # # The scenario should test that we can put a bucket website configuration on a bucket
8+ # # send an index.html
9+ # # And also use a pensieve API to add the new endpoint to the list
10+ # # Then using the local etc hosts, we should be able to load the html page
11+ # Given an existing bucket "website" "" versioning, "without" ObjectLock "without" retention mode
12+ # And an index html file
13+ # When the user puts the bucket website configuration
14+ # And the user creates an S3 Bucket policy granting public read access
15+ # And the "<domain>" endpoint is added to the overlay
16+ # Then the user should be able to load the index.html file from the "<domain>" endpoint
1717
18- Examples :
19- | domain |
20- | mywebsite .com |
18+ # Examples:
19+ # | domain |
20+ # | mywebsite.com |
You can’t perform that action at this time.
0 commit comments