mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-02-22 15:33:55 +01:00
commit
47490c1624
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
result = s3.list_buckets()
|
||||
print(result)
|
||||
except Exception as e:
|
||||
print(e
|
||||
print(e)
|
||||
```
|
||||
|
||||
## AWS Configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue