Update 2019-07-12-pre-signed-get-and-post-for-digital-ocean-spaces.rst
This commit is contained in:
parent
d2d1bf400c
commit
81aab107ee
1 changed files with 1 additions and 1 deletions
|
|
@ -117,5 +117,5 @@ The file never hits your server and is uploaded directly to the private Space.
|
|||
for key, value in signed_post["fields"].items():
|
||||
params.append('--form "{}={}"'.format(key, value))
|
||||
|
||||
print("curl " + " ".join(params) + ' --form "file=@production-namespaces.txt;filename=production-namespaces.txt" ' + signed_post["url"])
|
||||
print("curl " + " ".join(params) + ' --form "file=@my-object2.zip;filename=my-object2.zip" ' + signed_post["url"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue