Example #1
0
 /// <summary>
 /// Appends the given S3 access control to this instance's <see cref="AccessControl"/> collection.
 /// </summary>
 /// <param name="accessControl">The access controls to append.</param>
 /// <returns>The instance.</returns>
 public Output WithAccessControl(S3Access accessControl)
 {
     return(this.WithAccessControls(new S3Access[] { accessControl }));
 }
Example #2
0
 /// <summary>
 /// Appends the given S3 access control to this instance's <see cref="AccessControl"/> collection.
 /// </summary>
 /// <param name="accessControl">The access controls to append.</param>
 /// <returns>The instance.</returns>
 public Thumbnails WithAccessControl(S3Access accessControl)
 {
     return(this.WithAccessControls(new S3Access[] { accessControl }));
 }