Skip to content

Commit bb4b07a

Browse files
Merge pull request #685 from maximsava12/glance-s3-backend-conf-large-object
feat(glance): Add S3 multipart upload configuration Introduce configurable S3 multipart upload settings in uni04delta for the Glance to improve handling of large image uploads. The following configuration options are added: s3_store_large_object_size Reviewed-by: Francesco Pantano <fpantano@redhat.com> Reviewed-by: msava Reviewed-by: John Fulton <johfulto@redhat.com>
2 parents 8fab34a + c779fc8 commit bb4b07a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/dt/uni04delta/control-plane/service-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ data:
8282
[default_backend]
8383
s3_store_create_bucket_on_put = True
8484
s3_store_bucket_url_format = "path"
85+
s3_store_large_object_size = 0
8586
glanceAPIs:
8687
default:
8788
replicas: 3

0 commit comments

Comments
 (0)