Skip to content

Commit 47d4c92

Browse files
committed
Merge branch 'kats/s3' into beta
2 parents 087dfdb + 1537f27 commit 47d4c92

File tree

21 files changed

+288
-580
lines changed

21 files changed

+288
-580
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Store items using same keys as KV Store
2121
- Use S3 object metadata for storing asset metadata
2222
- Storage factored out to StorageProvider, and S3 is implemented using this architecture
23-
- Add AWS-related configurations to fastly.toml in local_server and setup sections
23+
- Add credentials to fastly.toml in local_server and setup sections
2424

2525
- `static-publish.rc.js`
2626
- Add `s3` mode configuration

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ After this process is complete, the PublisherServer object in the Compute applic
834834
835835
- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
836836
- **`FASTLY_API_TOKEN` environment variable**
837-
- Logged-in Fastly CLI profile
837+
- The default profile in the Fastly CLI
838838
839839
#### `clean`
840840
@@ -858,7 +858,7 @@ This can include expired collection indexes and orphaned content assets.
858858
859859
- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
860860
- **`FASTLY_API_TOKEN` environment variable**
861-
- Logged-in Fastly CLI profile
861+
- The default profile in the Fastly CLI
862862
863863
#### `collections list`
864864
@@ -875,7 +875,7 @@ Lists all collections currently published in the KV Store.
875875
876876
- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
877877
- **`FASTLY_API_TOKEN` environment variable**
878-
- Logged-in Fastly CLI profile
878+
- The default profile in the Fastly CLI
879879
880880
#### `collections promote`
881881
@@ -906,7 +906,7 @@ Copies an existing collection (content + config) to a new collection name.
906906
907907
- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
908908
- **`FASTLY_API_TOKEN` environment variable**
909-
- Logged-in Fastly CLI profile
909+
- The default profile in the Fastly CLI
910910
911911
#### `collections update-expiration`
912912
@@ -934,7 +934,7 @@ Sets or updates the expiration time of an existing collection.
934934
935935
- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
936936
- **`FASTLY_API_TOKEN` environment variable**
937-
- Logged-in Fastly CLI profile
937+
- The default profile in the Fastly CLI
938938
939939
#### `collections delete`
940940
@@ -957,7 +957,7 @@ Use the `npx @fastly/compute-js-static-publish clean` command afterward to remov
957957
958958
- `--fastly-api-token`: API token to use when publishing. If not set, the tool will check:
959959
- **`FASTLY_API_TOKEN` environment variable**
960-
- Logged-in Fastly CLI profile
960+
- The default profile in the Fastly CLI
961961
962962
---
963963

0 commit comments

Comments
 (0)