Skip to content

Instantly share code, notes, and snippets.

View imranmd's full-sized avatar

Mohammad Imran imranmd

View GitHub Profile

S3 has what consistency model for PUTS of new objects

  • Read After Write Consistency

What is AWS Storage Gateway?

  • It's an on-premise virtual appliance that can be used to cache S3 locally at a customers site.

One of your users is trying to upload a 7.5GB file to S3 however they keep getting the following error message - "Your proposed upload exceeds the maximum allowed object size.". What is a possible solution for this?

  • Design your application to use the multi-part upload API for all

CSS units

Recommendations of unit types per media type:

Media Recommended Occasional use Infrequent use Not recommended
Screen em, rem, % px ch, ex, vw, vh, vmin, vmax cm, mm, in, pt, pc
Print em, rem, % cm, mm, in, pt, pc ch, ex px, vw, vh, vmin, vmax

Relative units

Relative units