We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ead98fb + 1eddab0 commit 37cbaa8Copy full SHA for 37cbaa8
app/models/archivematica_payload.rb
@@ -82,7 +82,7 @@ def bag_name
82
83
# The bag_output_uri key is constructed to match the expected format for Archivematica.
84
def bag_output_uri
85
- key = "etdsip/#{thesis.graduation_year}/#{thesis.graduation_month}-#{thesis.accession_number}/#{bag_name}.zip"
+ key = "etdsip-apt/#{thesis.graduation_year}/#{thesis.graduation_month}-#{thesis.accession_number}/#{bag_name}.zip"
86
[ENV.fetch('APT_S3_BUCKET'), key].join('/')
87
end
88
0 commit comments