Wykres commitów

98 Commity (50871b79208ced533066ee16b9f868e09c98afc0)

Autor SHA1 Wiadomość Data
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
Simon Willison 022abdfa5b Removed unused fixture 2022-01-17 14:10:15 -08:00
Simon Willison 7303e5bae4
--prefix option for restricting to a specified path within a bucket
Closes #12.

* s3-credentials create --prefix option
* s3-credentials policy --prefix option
* Integration tests for --prefix both with and without --duration
2022-01-17 13:08:08 -08:00
Simon Willison 199009dd64
Clarified pytest --integration 2022-01-17 11:42:51 -08:00
Simon Willison 75ce3b2c28
Removed the warning
Thanks to this project and conversations around it I'm feeling much more confident than I was when I added this.
2022-01-16 12:17:40 -08:00
Simon Willison 5e5e3893cd
Configure Dependabot
https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2022-01-14 16:28:51 -08:00
Simon Willison c7717702cd Also test against Python 3.10 2021-12-09 14:46:49 -08:00
Tom Dyson 3a65c99104
add leading space to report of bucket creation
`Created bucket:my-bucket-namein region: eu-west-1` -> `Created bucket: my-bucket-name in region: eu-west-1`
2021-12-09 14:45:25 -08:00
Simon Willison ea13a98a97 Test for --dry-run against --public, refs #42 2021-12-06 23:09:53 -08:00
Simon Willison f5bc18d4ef Link to permission boundary policies, closes #40 2021-12-06 23:03:39 -08:00
Simon Willison 081778d6aa Release 0.8
Refs #42, #43, #44
2021-12-06 22:56:47 -08:00
Simon Willison 6e0a2c2029 --public option for creating public buckets, closes #42
Will help with buckets as websites in #21

Includes integration test cowerage for put-object content-type in #43
2021-12-06 22:54:47 -08:00
Simon Willison a2a642d616 s3-credentials policy --public-bucket option, closes #44 2021-12-06 19:25:36 -08:00
Simon Willison 2a8fae5b22 Documentation for put-object --content-type, refs #43 2021-12-06 19:15:03 -08:00
Simon Willison ab44ce6e76 put-object now sends content-type, refs #43 2021-12-06 19:12:40 -08:00