Replies: 1 comment 3 replies
-
|
내부 image가 많은데 각각의 timestamp가 어떻게 다르게 되나요? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
S3 Image 이름 규칙 정하기
현재 S3에 올라가는 이미지는 크게 두가지로 나눌 수 있습니다.
S3에서
test.png이름을 업로드하면 아래의 주소로 해당 이미지에 접근할 수 있습니다.User profile image 이름 규칙
User profile image는 유저가 각각 하나씩 가지기 때문에
간단하게 아래와 같은 형태로 하면 좋을 것 같습니다
Content 내부 image
content 내부 image는 하나의 content에 여러개의 image가 등록될 수 있습니다.
따라서 중복되지 않는 이름을 가지는 고유의 규칙이 필요해보입니다. 우선 생각해본 방법은 아래와 같습니다.
조금 더 간결한 방법이 있으면 좋을 것 같아서 올려봅니다!! 많은 의견 바랍니다 :)
Beta Was this translation helpful? Give feedback.
All reactions