lib/twilio-ruby/rest/video/v1/composition_settings.rb in twilio-ruby-5.44.0 vs lib/twilio-ruby/rest/video/v1/composition_settings.rb in twilio-ruby-5.45.0
- old
+ new
@@ -87,13 +87,13 @@
# @param [String] aws_credentials_sid The SID of the stored Credential resource.
# @param [String] encryption_key_sid The SID of the Public Key resource to use for
# encryption.
# @param [String] aws_s3_url The URL of the AWS S3 bucket where the compositions
# should be stored. We only support DNS-compliant URLs like
- # `https://<my-bucket>.s3-<aws-region>.amazonaws.com/compositions`, where
- # `compositions` is the path in which you want the compositions to be stored. This
- # URL accepts only URI-valid characters, as described in the <a
+ # `https://documentation-example-twilio-bucket/compositions`, where `compositions`
+ # is the path in which you want the compositions to be stored. This URL accepts
+ # only URI-valid characters, as described in the <a
# href='https://tools.ietf.org/html/rfc3986#section-2'>RFC 3986</a>.
# @param [Boolean] aws_storage_enabled Whether all compositions should be written
# to the `aws_s3_url`. When `false`, all compositions are stored in our cloud.
# @param [Boolean] encryption_enabled Whether all compositions should be stored in
# an encrypted form. The default is `false`.
@@ -227,12 +227,12 @@
# @param [String] aws_credentials_sid The SID of the stored Credential resource.
# @param [String] encryption_key_sid The SID of the Public Key resource to use for
# encryption.
# @param [String] aws_s3_url The URL of the AWS S3 bucket where the compositions
# should be stored. We only support DNS-compliant URLs like
- # `https://<my-bucket>.s3-<aws-region>.amazonaws.com/compositions`, where
- # `compositions` is the path in which you want the compositions to be stored. This
- # URL accepts only URI-valid characters, as described in the <a
+ # `https://documentation-example-twilio-bucket/compositions`, where `compositions`
+ # is the path in which you want the compositions to be stored. This URL accepts
+ # only URI-valid characters, as described in the <a
# href='https://tools.ietf.org/html/rfc3986#section-2'>RFC 3986</a>.
# @param [Boolean] aws_storage_enabled Whether all compositions should be written
# to the `aws_s3_url`. When `false`, all compositions are stored in our cloud.
# @param [Boolean] encryption_enabled Whether all compositions should be stored in
# an encrypted form. The default is `false`.
\ No newline at end of file