s3 tag

58 questions


1 answers
77 views
0
Upload images posted in Active_Storage to AWS S3 and view images retrieved from AWS S3

Implemented the ability to upload photos using Active_Storage.After deployment, when I post photos, I use S3 to save them to the database and try to retrieve them from .The object URL of the image upl...


1 answers
66 views
0
I'm curious about the algorithm that processes compressed files in Java

Hello, everyone~I'm curious about the algorithm or process of decompressing Java~ Compressed to a ZIP file, when uncompressed from MultipartFile or File Typically, you will create a new file. (For man...

1 years ago

2 answers
102 views
0
How do I delete a table class property with Bootstrap?

How do I delete the properties of a table class with Bootstrap applied?.table{ width:100%;}in bootstrap Even if you try to use the priority to width:none;, width:100%; is applied ㅠ

1 years ago

1 answers
61 views
0
Is it fastest to store static files such as images close to the user?

I am currently using aws for my web application. It goes back to EC2, and region is the United States.Most users are in Korea.At this time, I would like to save a static file such as an image in S3 an...

1 years ago

1 answers
98 views
0
If you press the button, the ui disappears

Display : I set about 4 tags of a to fixed ui with scroll.It was so annoying that I also made another ui with a tagIf you press the button, it covers the fixed ui, and if you press it again, I want to...

1 years ago

1 answers
106 views
0
(AWS) Can I use the domain registered in Route53 of account A by connecting the subdomain to the cloudfront of account B?

Example because account A has a domain and ssl) - www.example.com I want to use account B's cloudfronturl in the alias. At first, I tried to use account A's domain after being certified as account B's...

1 years ago

1 answers
107 views
0
Are
    and
    classified when dividing columns by grid?

    I don't know if you understand the question.Middleview to grid value Are ol and div treated at the same level (?)? <!DOCTYPE html><meta charset=utf-8><style> body{ margin: 0px; } #t...

    1 years ago

    1 answers
    112 views
    0
    position: How to center an element to which absolute is applied.

    Position relative and absolute were used to place the divs on top of the divs However, the div set to absolute moves according to the screen size adjustment. Is there any way to fix it? Help me!~<s...

    1 years ago

    1 answers
    96 views
    0
    I want to realize the splash transition effect.

    http://www.marinimarmi.com/en/<<On the above site, If you click the Next or Previous button,I want to make it look similar like the splash transition effectWhat should I search for?I would like ...

    1 years ago

    1 answers
    124 views
    0
    Web page header, keep footer

    Usually, when you look at a website, no matter what menu you click, the header and footer remain the sameShould I say it's framed?Header and footer are fixed no matter where you press it, and only the...

    1 years ago
    « - 5 - »

    © 2024 OneMinuteCode. All rights reserved.