Skip to content

Commit 6daf8a9

Browse files
authored
Merge pull request #2 from hysds/HC-14
remove explicit call to encrypt file on s3
2 parents 12a70ec + d592c82 commit 6daf8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-met.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
mozart_rest_url = sys.argv[6]
2222
url = os.path.join(repo, os.path.basename(product))
2323
# OSAKA call goes here
24-
osaka.main.put("./"+product, url, params={"encrypt": {"type": "AES256"}})
24+
osaka.main.put("./"+product, url)
2525
metadata = {"name": ident, "version": version,
2626
"url": url, "resource": "container", "digest": digest}
2727
hysds_commons.request_utils.requests_json_response("POST", os.path.join(

0 commit comments

Comments
 (0)