Wykres commitów

112 Commity (c7bb7268c4a124349bb511f7ec3ee3f28f9581ad)

Autor SHA1 Wiadomość Data
Simon Willison c7bb7268c4 s3-credentials put-objects command, closes #68 2022-09-15 16:38:53 -07:00
Simon Willison 51e36ae352
Bulk out the README a bit
Give a better idea of what this can for people who haven't clicked through to the full documentation.
2022-09-15 10:42:28 -07:00
Simon Willison 047020a289 get-objects progress bar, closes #78 2022-09-15 10:31:21 -07:00
Simon Willison af93f54dbb Updated cog, refs #78 2022-09-15 10:09:46 -07:00
Simon Willison 1a2325e33b Initial get-objects command, refs #78 2022-09-15 10:08:10 -07:00
Simon Willison ee5523461d
Three is now several
The number of API calls increased with:
- #77
2022-08-12 14:33:32 -07:00
Simon Willison 59c9473db8
Release 0.13
Refs #21, #71, #76, #77
2022-08-12 11:16:30 -07:00
Simon Willison d87a82c418 Update cog 2022-08-12 11:15:12 -07:00
Simon Willison 27fca8bf60 Link to GitHub repo from contributing docs, refs #71 2022-08-12 11:12:51 -07:00
Simon Willison 5305082629 Link to new documentation site, closes #71 2022-08-12 11:11:11 -07:00
Simon Willison 0d7a1efc95 Add ReadTheDocs badge, refs #71 2022-08-12 11:08:03 -07:00
Simon Willison bbfe7ab36e Move help.md to docs/help.md, refs #71 2022-08-12 11:05:19 -07:00
Simon Willison 86118785e3 Updated help.md with cog 2022-08-12 11:01:03 -07:00
Simon Willison 30f0ad48b2 Fixed a bunch of Sphinx warnings, refs #71 2022-08-12 10:59:46 -07:00
Simon Willison 50871b7920 Renamed usage to create, added some internal referenc links - refs #71 2022-08-12 10:55:06 -07:00
Simon Willison 18f16722de Initial Sphinx config + multi page docs, refs #71 2022-08-12 10:44:46 -07:00
Simon Willison 30e07d3e68 Fixed error when returning empty bucket, closes #76 2022-08-12 10:22:08 -07:00
Simon Willison 5a9814d396 s3-credentials create --website option, closes #21 2022-08-12 10:18:35 -07:00
Simon Willison e9c2fb7191 list-buckets --details now includes region and website URL, closes #77 2022-08-12 10:13:05 -07:00
Simon Willison 63c2847ce7 Release 0.12.1
Refs #74, #75
2022-08-01 12:45:53 -07:00
Simon Willison 35d1c10a30 Set MaxSessionDuration 12h for s3-credentials.AmazonS3FullAccess, closes #75 2022-08-01 12:40:20 -07:00
Simon Willison 9926a98b16 --policy or --statement implies --user-permissions-boundary none, refs #74 2022-08-01 12:32:19 -07:00
Simon Willison db90d36ddc
Fixed broken URL 2022-07-11 13:15:47 -07:00
Simon Willison c3257602d6
Release 0.12
Refs #72
2022-06-30 13:00:19 -07:00
Simon Willison 54f810acfc --statement option for create and policy commands, refs #72 2022-06-30 12:50:00 -07:00
Simon Willison 3eca3a07af
Release 0.11
Refs #47, #67, #69
2022-05-01 15:33:02 -07:00
Simon Willison 6b54a5def6
set-cors-policy and get-cors-policy commands (#69)
* set-cors-policy and get-cors-policy commands, refs #47
* help.md listing all help for commands, refs #67
* Tests for get-cors-policy and set-cors-policy, refs #47
* Documentation for set-cors-policy and get-cors-policy, closes #47
2022-05-01 15:31:39 -07:00
Simon Willison 24c3dd6382 Improved --help for remaining commands, closes #67 2022-05-01 14:50:32 -07:00
Simon Willison e74e35dd21 Examples in --help for several commands, refs #67 2022-05-01 14:36:29 -07:00
Simon Willison eedf8e7903 help.md listing all help for commands, refs #67 2022-05-01 14:21:28 -07:00
Simon Willison 5cbb86143b Example usage for s3-credentials put-object --help, refs #67 2022-04-13 17:41:02 -07:00
Simon Willison 6c0a34763d
Release 0.10
Refs #52, #61, #63, #66
2022-01-25 14:56:43 -08:00
Simon Willison f4fa0a3ac5 Removed unnecessary condition, closes #66 2022-01-19 17:50:31 -08:00
Simon Willison 7fb4db1978
list-roles command
* list-roles command, closes #61
* Refactor list-roles to use paginate() from #63
* Tests for list-roles - a whole lot of mocks
* Documentation for list-roles
* Fixed JSON output in --csv and --tsv
2022-01-19 11:44:30 -08:00
Simon Willison fc1e06ca3f paginate() helper for AWS pagination, closes #63 2022-01-19 11:06:25 -08:00
Simon Willison 722bf523be
Added a note about why you would need this 2022-01-18 14:04:13 -08:00
Simon Willison 840bb0b7b5
Documentation for list-bucket --prefix option
Refs #52
2022-01-18 07:37:35 -08:00
Simon Willison dffa6a5a28
Better link to policy documents 2022-01-18 07:34:31 -08:00
Simon Willison e2fee606eb
Typo fix 2022-01-18 07:25:32 -08:00
Simon Willison d90ebd12d7
Fixed example output for list-buckets --details 2022-01-17 18:18:23 -08:00
Simon Willison 6d3fa9283e
Updated example output in README for list-buckets 2022-01-17 18:15:11 -08:00
Simon Willison adf5c567f6
Release 0.9
Refs #28, #40, #42, #48, #52, #54
2022-01-17 18:11:03 -08:00
Simon Willison 07fa2073c7 Documentation for list-bucket, closes #28 2022-01-17 18:03:49 -08:00
Simon Willison d608d482df Integration test for --prefix= --write-only, closes #54 2022-01-17 18:00:04 -08:00
Simon Willison e723c4d97c Integration test for --prefix --read-only
Plus added that and --writ-only examples to README

Refs #54
2022-01-17 17:54:10 -08:00
Simon Willison 917d575c73 list-users/list-buckets --nl, --csv, --tsv - refs #48 2022-01-17 17:36:02 -08:00
Simon Willison cc10c7f2b5 --nl and --tsv and --csv for list-bucket, refs #48 2022-01-17 16:58:11 -08:00
Simon Willison fa091830e8 list-bucket now outputs indented JSON array, refs #48 2022-01-17 16:42:47 -08:00
Simon Willison aa690245e3 list-bucket --prefix option, closes #52
Still needs documentation which I will add in #28
2022-01-17 14:24:11 -08:00
Simon Willison e8106907b4 Test for list-bucket, refs #28 2022-01-17 14:13:23 -08:00