aptly.conf: fix s3 example

This commit is contained in:
André Roth
2025-01-11 14:01:54 +01:00
parent 0b5a627c84
commit 5a18428666
2 changed files with 2 additions and 2 deletions

2
debian/aptly.conf vendored
View File

@@ -228,7 +228,7 @@ s3_publish_endpoints:
# # Encryption Method (optional)
# # Server-side encryption method, defaults to none. Currently
# # the only available encryption method is `AES256`
# encryption_method: none
# encryption_method: ""
# # Plus Workaround (optional)
# # Workaround misbehavior in apt and Amazon S3 for files with `+` in filename by
# # creating two copies of package files with `+` in filename: one original

View File

@@ -228,7 +228,7 @@ s3_publish_endpoints:
# # Encryption Method (optional)
# # Server-side encryption method, defaults to none. Currently
# # the only available encryption method is `AES256`
# encryption_method: none
# encryption_method: ""
# # Plus Workaround (optional)
# # Workaround misbehavior in apt and Amazon S3 for files with `+` in filename by
# # creating two copies of package files with `+` in filename: one original