Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source.conf, target.conf 내용 변경 #6

Open
HeoKyungseok opened this issue Jun 9, 2023 · 0 comments
Open

source.conf, target.conf 내용 변경 #6

HeoKyungseok opened this issue Jun 9, 2023 · 0 comments

Comments

@HeoKyungseok
Copy link
Contributor

source.conf 내용 변경
move_size -> part_size, use_multipart로 구분

  • part_size : multipart를 사용하는 경우 파트 크기 지정.
  • use_multipart : multipart 기준 크기 지정.
    -- part_size, use_multipart M/G 단위 설정 가능, 단위가 없는 경우 M로 인식
    ex) part_size=10, use_multipart=1G -> 1G이상인 파일은 10M 단위로 multipart로 전송
  • metadata : source의 메타데이터를 포함할 것인지 지정
  • tag : source의 태그 정보를 포함할 것인지 지정
  • acl : source의 ACL 정보를 포함할 것인지 지정
    -- metadata, tag, acl 값은 on/off로 지정하고 값이 없는 경우, metadata는 on, tag는 on, acl은 off가 기본 값이 된다.
    ex) 값을 지정하지 않는 경우 -> metadata, tag 정보를 포함하여 데이터를 이관한다.
    ex) metadata=off, tag=off -> metadata, tag, acl 정보를 포함하지 않고 데이터를 이관한다.
    ex) tag=off, acl=on -> metadata, acl 정보를 포함하여 데이터를 이관한다.
    ** acl은 동일 시스템이 아닌 경우 이관 후 문제가 발생할 수 있기 때문에 주의해서 설정해야 함.

target.conf 내용 변경

  • acl : acl 정보를 target에 이관할 것인지 지정. (on/off, default off)
HeoKyungseok added a commit that referenced this issue Jun 9, 2023
HeoKyungseok added a commit that referenced this issue Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant