-
-
Notifications
You must be signed in to change notification settings - Fork 2
400 Bad request on set_autodelete_on #3
Copy link
Copy link
Open
Labels
Description
I tried with a trial account, createad a new bucked with the default settings, uploaded a file successfully using python_storagelib and tried to set autodelete after 7 days using
s3.set_object_autodelete_on(key, datetime.datetime.now()+datetime.timedelta(days=7))
But executing this throws an exception showing a 400 bad request error
Reactions are currently unavailable